AtCoder Beginner Contest 197 B
(工事中)
解き方
解答例
下は上記の方法で解いたときの提出結果である。また、その提出の際に提出したソースコードをその下に転記する。
code: C
int main () {
int h = 0;
int w = 0;
int x = 0;
int y = 0;
int res = 0;
int ans = 1;
int i = 1;
res = scanf("%d", &h);
res = scanf("%d", &w);
res = scanf("%d", &x);
res = scanf("%d", &y);
for (int j = 0; j < h; j++) {
}
ans++;
i++;
}
i=1;
ans++;
i++;
}
i=1;
ans++;
i++;
}
i=1;
ans++;
i++;
}
printf("%d\n",ans);
return 0;
}
私の提出一覧
table: submissions_atcoder_begginer_contest_197_B
提出のURL 提出時刻 結果 備考
感想